home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / COMM / SILI_108.ARJ / MAIN.BAT < prev    next >
DOS Batch File  |  1991-04-20  |  325b  |  30 lines

  1. @echo off
  2. SET DSZLOG=d:\mp\dszlog
  3. d:
  4. cd\mp
  5. silica %1 %2 %3 %4
  6. if errorlevel 9 goto exit
  7. if errorlevel 7 goto term
  8. if errorlevel 4 goto sysnext
  9. if errorlevel 3 goto door
  10. if errorlevel 1 goto exit
  11. main
  12.  
  13. :term
  14. call qm.bat
  15. d:
  16. cd\mp
  17. main
  18.  
  19. :sysnext
  20. offhook
  21. silica 1 0 0 M
  22. main
  23.  
  24. :door
  25. door
  26. main
  27.  
  28. :exit
  29.  
  30.